home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / pc / data / menu_dvd.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as
Text File  |  2007-11-07  |  107b  |  7 lines

  1. on(press){
  2.    if(this._parent.CancelBtnCallback)
  3.    {
  4.       this._parent.CancelBtnCallback();
  5.    }
  6. }
  7.